Class MssqlTreeQueryable<TProps>
MS SQL Server tree queryable implementation.
Inherits from TreeQueryableBase and provides MSSQL-specific components.
public class MssqlTreeQueryable<TProps> : TreeQueryableBase<TProps>, IOrderedRedbQueryable<TProps>, IRedbQueryable<TProps> where TProps : class, new()
Inheritance
Implements
Methods
CreateInstance(TreeQueryContext<TProps>)
Creates a new instance with the specified context.
protected override TreeQueryableBase<TProps> CreateInstance(TreeQueryContext<TProps> context)